projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8870ec5
)
testborderdrawing: Don't crash on exit
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Aug 2020 12:18:07 +0000
(08:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Aug 2020 12:19:07 +0000
(08:19 -0400)
tests/testborderdrawing.c
patch
|
blob
|
history
diff --git
a/tests/testborderdrawing.c
b/tests/testborderdrawing.c
index fa5b3125af057d25a44ff8cf13bd4c09b0f0b0f2..e78f32494023e39548edc984e1493085ed9a6119 100644
(file)
--- a/
tests/testborderdrawing.c
+++ b/
tests/testborderdrawing.c
@@
-170,6
+170,4
@@
main (int argc, char **argv)
while (!done)
g_main_context_iteration (NULL, TRUE);
-
- gtk_window_destroy (GTK_WINDOW (window));
}